-
Notifications
You must be signed in to change notification settings - Fork 1k
Create a new tutorial on the ISCC-SUM suite #6460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| # Prepare your data | ||
|
|
||
| For this tutorial, we'll use a simple dataset with images that demonstrate different use cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a bit more detail on the data that will be used on this tutorial?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, ideally would like to use some public data, although we don't need much to show the concepts. Working on that before we publish this.
| > | ||
| {: .hands_on} | ||
|
|
||
| > <comment-title>Test Data</comment-title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, can you move this explanation to the "prepare your data" section instead of adding it as a comment?
|
|
||
| > <hands-on-title>Generate ISCC codes for input files</hands-on-title> | ||
| > | ||
| > 1. {% tool [Generate ISCC hash](toolshed.g2.bx.psu.edu/repos/bgruening/iscc_sum/iscc_sum) %} with the following parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| > <hands-on-title>Verify a file against its ISCC code</hands-on-title> | ||
| > | ||
| > 1. {% tool [Verify ISCC hash](toolshed.g2.bx.psu.edu/repos/bgruening/iscc_sum_verify/iscc_sum_verify) %} with the following parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| > <hands-on-title>Compare two files for similarity</hands-on-title> | ||
| > | ||
| > 1. {% tool [Compare ISCC hash similarity](toolshed.g2.bx.psu.edu/repos/bgruening/iscc_sum_compare/iscc_sum_compare) %} with the following parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| > | ||
| > {% snippet faqs/galaxy/collections_build_list.md %} | ||
| > | ||
| > 2. {% tool [Compare ISCC hash similarity](toolshed.g2.bx.psu.edu/repos/bgruening/iscc_sum_compare/iscc_sum_compare) %} with the following parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| --- | ||
| layout: tutorial_hands_on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [GTN Lint] <GTN:046> reported by reviewdog 🐶
Please do not include an # Introduction section, it is unnecessary here, just start directly into your text. The first paragraph that is seen by our infrastructure will automatically be shown in a few places as an abstract.
| --- | |
| layout: tutorial_hands_on | |
| layout: tutorial_hands_on |
Draft a first version of the ISCC-SUM tutorial. This tutorial will explain how to use ISCC-SUM in Galaxy and explain the concepts of the ISCC checksums.
https://toolshed.g2.bx.psu.edu/repository?repository_id=9501503161ea7987&changeset_revision=c360847c8299
TODO:
xref FAIR-imaging/galaxy-image-community#62